/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* GLOBAL COLOR PALETTE */
/* ==== Generic colors ==== */
/* ==== Color Scheme ==== */
/* ==== Links colors ==== */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Mansalva&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

.btn-icon, .btn-outline-primary-sm, .btn-flame-sm, .icon-circle, .card-box-item-icon, .navbar .navbar-btn, .contact-form .btn, .pagination-block .page-item, .slick-prev, .slick-next, .sc-about .sc-block:nth-child(1) .sc-block-l .block-img .block-shape, .sc-contact .checkbox-item, .pg-blogs .sc-blogs-main .blogs-main-list .blogs-cards .card-link-icon, .pg-blogs-single .sc-blogs-main .blogs-main-list .blogs-cards .card-link-icon, .pg-course-details .nav-tabs .nav-item, .pg-course-details .sc-course-block1 .course-details-info .course-info-item-icon {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container, .sc-banner .sc-block:nth-child(1) .sc-block-l .max-w-wrapper, .sc-about .sc-block:nth-child(1) .sc-block-r .max-w-wrapper, .sc-services .sc-block-l.max-w-wrapper, .sc-signup-cnt .max-w-wrapper, .sc-contact .sc-block-l .max-w-wrapper, .sc-contact .sc-block-r .max-w-wrapper {
  display: block;
}

/* #### Adding Vendor Prefixes to the CSS #### */
/* ########## Fonts ######### */
/* ########### font weights ########## */
/* ########### Breakpoints ########## */
/* ########### Background ########## */
/* ########### Forms ########## */
/* ########### Animation ########## */
/* ########### Transition ########## */
/* ########### Box sizing ########## */
/* ########### Opacity ########## */
/* ###### Border and Border Radius ####### */
/* ########### Positioning ########## */
/* ########### Grid ########## */
@media (min-width: 768px) {
  .sc-teams .three-cols-grid, .sc-teams .four-cols-grid {
    display: -ms-grid;
    display: grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/* ########### Flexbox ########## */
/* ########### Gradient ########## */
/* #### Truncate text on text overflow ### */
/* ########### Pseudo stylings ########## */
/* ########### Visibility & Display ########## */
/* ###########  padding & margins ########## */
/* ########### Misc ########## */
/* ########### list ########## */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: unset;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

a:focus, a:hover {
  color: unset;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

img {
  width: 100%;
}

input, button, textarea, select {
  font: inherit;
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}

textarea {
  resize: none;
}

img, object, embed, video {
  max-width: 100%;
}

button {
  background-color: transparent !important;
  border: none !important;
}

.long-description img {
  width: inherit !important;
  max-width: 100%;
  display: inline-block;
  padding: 10px;
}

.resize-animation-stopper * {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: calcRem(18px);
}

body {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

p {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font-family: "Lexend", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
  margin-top: 16px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 21.06px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14.94px;
}

h6, .h6 {
  font-size: 12.06px;
}

.p-text, .cnt-body p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.55 !important;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .p-text, .cnt-body p {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .p-text, .cnt-body p {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.p-text-xs {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.55 !important;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 992px) {
  .p-text-xs {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.p-text-sm {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.55 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .p-text-sm {
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .p-text-sm {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.text {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55 !important;
}

@media (min-width: 576px) {
  .text {
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .text {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .text {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.text-lg {
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55 !important;
}

@media (min-width: 576px) {
  .text-lg {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .text-lg {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .text-lg {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.text-xl {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55 !important;
}

@media (min-width: 576px) {
  .text-xl {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .text-xl {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .text-xl {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-primary {
  color: #204289 !important;
}

.text-secondary {
  color: #E5F8F5 !important;
}

.text-flame {
  color: #E94C27;
}

.text-geranium {
  color: #E73133;
}

.text-silver {
  color: #AAA0A0;
}

.text-black-chocolate {
  color: #0C1002;
}

.text-gray32 {
  color: #525252;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-primary {
  background-color: #204289 !important;
}

.bg-secondary {
  background-color: #E5F8F5 !important;
}

.bg-flame {
  background-color: #E94C27;
}

.bg-geranium {
  background-color: #E73133;
}

.bg-silver {
  background-color: #AAA0A0;
}

.bg-black-chocolate {
  background-color: #0C1002;
}

.bg-whitesmoke {
  background-color: #f8f8f8;
}

.bg-light-gray {
  background-color: #eeeeee;
}

.bg-ghost-white {
  background-color: #f5f5f7;
}

.bg-gray32 {
  background-color: #525252;
}


.bg-mantis {
  background-color: #5cb85c;
}

.bg-slate {
  background-color: #775cce;
}

.bg-glaucouse {
  background-color: #5873b7;
}

.bg-hunyadi {
  background-color: #f0ad4e;
}

.bg-celestial {
  background-color: #04a0e2;
}



.font-lexend {
  font-family: "Lexend", sans-serif;
}

.font-mansalva {
  font-family: "Mansalva", cursive;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.fs-xxx-sm {
  font-size: 12px;
}

.fs-xx-sm {
  font-size: 14px;
}

.fs-x-sm {
  font-size: 15px;
}

.fs-sm {
  font-size: 16px;
}

.fs-base {
  font-size: 18px;
}

.fs-md {
  font-size: 18px;
}

.fs-lg {
  font-size: 20px;
}

.fs-x-lg {
  font-size: 25px;
}

.fs-xx-lg {
  font-size: 30px;
}

.fs-xxx-lg {
  font-size: 35px;
}

.fs-10 {
  font-size: 10px;
}

.img-fit-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.op-09 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.op-08 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.op-07 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.op-06 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.op-05 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.op-04 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.op-03 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.op-02 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.op-01 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.no-wrap {
  white-space: nowrap;
}

.ls-1 {
  letter-spacing: 1px;
}

.text-justify {
  text-align: justify;
}

.cnt-body ul {
  padding-top: 28px;
  padding-bottom: 28px;
}

.cnt-body ul li {
  color: #204289;
  font-weight: 800;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 21px;
  position: relative;
  z-index: initial;
  margin-left: 40px;
}

.cnt-body ul li::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -20px;
  z-index: initial;
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 25px;
  line-height: normal;
  letter-spacing: normal;
  margin-left: -20px;
}

.cnt-body ul li:last-child {
  margin-bottom: 0;
}

.cnt-body h1, .cnt-body h2, .cnt-body h3, .cnt-body h4, .cnt-body h5, .cnt-body h6 {
  margin-bottom: 28px;
  color: #204289;
}

.sm-vert-line {
  width: 2px;
  height: 15px;
  background-color: #000;
  margin-left: 8px;
  margin-right: 8px;
}

.date-block-icon {
  width: 22.32px;
}

.btn, .btn-r-black, .btn-outline-primary, .btn-outline-primary-sm, .btn-bordered-black, .btn-outline-flame {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  overflow: visible;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.btn {
  border-radius: 5px;
  font-size: 14px !important;
  line-height: normal;
  letter-spacing: normal;
  background-color: #000;
  min-height: 57px;
  line-height: 57px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff !important;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.btn, .btn:link, .btn:visited {
  color: #fff;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: black;
  border-color: #000;
}

.btn:active, .btn:focus {
  outline: none;
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: .5;
}

@media (max-width: 575.99px) {
  .btn {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    min-height: 48px !important;
    line-height: 48px !important;
  }
}

@media (min-width: 480px) {
  .btn {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size: 18px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.btn-text {
  margin-right: 8px;
}

.btn-icon {
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-r-black {
  background-color: #000;
}

.btn-primary {
  border: 2px solid #204289;
  background-color: #204289 !important;
}

.btn-primary, .btn-primary:link, .btn-primary:visited {
  color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff !important;
  background-color: #738d2b !important;
}

.btn-outline-primary, .btn-outline-primary-sm {
  border: 2px solid #204289 !important;
}

.btn-outline-primary .btn-text, .btn-outline-primary-sm .btn-text {
  color: #204289;
}

.btn-outline-primary:hover, .btn-outline-primary-sm:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-outline-primary-sm {
  min-height: 42px;
  line-height: 42px;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.99px) {
  .btn-outline-primary-sm {
    min-height: 36px !important;
    height: 36px;
    line-height: 36px;
  }
}

.btn-white {
  border: 2px solid #fff;
  background-color: #fff !important;
  color: #000 !important;
}

.btn-white, .btn-white:link, .btn-white:visited {
  color: #000;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: #000 !important;
  background-color: #fff !important;
}

.btn-flame, .btn-flame-sm {
  border: 2px solid #E94C27;
  background-color: #E94C27 !important;
  color: #fff !important;
}

.btn-flame, .btn-flame-sm, .btn-flame:link, .btn-flame-sm:link, .btn-flame:visited, .btn-flame-sm:visited {
  color: #fff;
}

.btn-flame:hover, .btn-flame-sm:hover, .btn-flame:active, .btn-flame-sm:active, .btn-flame:focus, .btn-flame-sm:focus {
  color: #fff !important;
  background-color: #E94C27 !important;
  border-color: #E94C27;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-flame-sm {
  min-height: 42px;
  line-height: 42px;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.99px) {
  .btn-flame-sm {
    min-height: 36px !important;
    height: 36px;
    line-height: 36px;
  }
}

.btn-white-rounded {
  border-radius: 28px;
  min-height: 45px;
  line-height: 45px;
  border: 2px solid #fff;
  background-color: #fff !important;
  color: #204289 !important;
}

.btn-white-rounded, .btn-white-rounded:link, .btn-white-rounded:visited {
  color: #204289;
}

.btn-white-rounded:hover, .btn-white-rounded:active, .btn-white-rounded:focus {
  color: #fff !important;
  background-color: #204289 !important;
  border-color: #204289;
}

.btn-primary-rounded {
  border-radius: 28px;
  min-height: 45px;
  line-height: 45px;
  border: 2px solid #204289;
  background-color: #204289 !important;
  color: #fff !important;
}

.btn-primary-rounded, .btn-primary-rounded:link, .btn-primary-rounded:visited {
  color: #fff;
}

.btn-primary-rounded:hover, .btn-primary-rounded:active, .btn-primary-rounded:focus {
  color: #204289 !important;
  background-color: #fff !important;
  border-color: #204289 !important;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-bordered-black {
  background-color: #000 !important;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px;
  color: #fff !important;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  height: 36px;
  font-weight: 400;
  border: 2px solid #000 !important;
}

.btn-bordered-black:hover {
  background-color: transparent !important;
  color: #000 !important;
}

.btn-outline-flame {
  min-height: 44px;
  border: 1px solid #204289 !important;
  text-transform: uppercase;
  background-color: #204289;
  color: #FFF !important;
}

.btn-outline-flame:hover {
  background-color: #E94C27 !important;
  border: 1px solid #E94C27 !important;
}

.icon-circle {
  width: 24px;
  height: 24px;
  background-color: #fff;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  color: #204289 !important;
}

@media (min-width: 576px) {
  .icon-circle {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 768px) {
  .icon-circle {
    width: 29px;
    height: 29px;
  }
}

.icon {
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .icon {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.icon-img {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}

.icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.icon-img-sm {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}

.icon-img-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.icon-img-sm {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}

.icon-img-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.icon-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #D9D9D9;
}

@media (min-width: 576px) {
  .icon-avatar {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .icon-avatar {
    width: 93px;
    height: 93px;
  }
}

a {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

a, a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover, a:focus {
  color: black;
}

a:active {
  color: black;
}

.navbar-brand{
    max-width:200px;
}

.pg-wrapper {
  overflow-x: hidden !important;
  min-height: 100vh;
}

.banner-card {
  width: 318px;
  background-color: #fff;
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-box-shadow: 0px 4px 15px 0px #0000001A;
  box-shadow: 0px 4px 15px 0px #0000001A;
}

@media (min-width: 1200px) {
  .banner-card {
    right: auto;
    left: 30%;
    position: absolute;
    top: 43%;
    left: 50%;
    z-index: initial;
  }
}

@media (min-width: 1400px) {
  .banner-card {
    left: 120px;
  }
}

.banner-card-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  height: 32px;
  padding-left: 14px;
  padding-right: 14px;
  position: absolute;
  top: -16px;
  left: 21px;
  z-index: initial;
}

.banner-card-date {
  margin-top: 12px;
}

.banner-card-img {
  height: 155px;
}

.banner-card-body {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative;
  z-index: initial;
  background-color: #fff;
}

.banner-card::after {
  content: "";
  position: absolute;
  top: calc(100% - 85px);
  z-index: initial;
  width: 100%;
  height: 100px;
  background-color: #fff;
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  z-index: -1;
}

.card-box-item {
  background-color: #fff;
  padding-top: 28px;
  padding-right: 15px;
  padding-bottom: 21px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 4px 10px 0px #0000001A;
  box-shadow: 0px 4px 10px 0px #0000001A;
  margin-bottom: 33px;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.card-box-item-icon {
  padding: 9px;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  border: 1px solid #204289;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-box-item-icon img {
  width: 100%;
}

.card-box-item-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

@media (max-width: 575.99px) {
  .card-box-item-title {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 479.99px) {
  .card-box-item-title {
    font-size: 14px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-box-item:hover {
  -webkit-box-shadow: 0px 4px 15px 2px #0000001A;
  box-shadow: 0px 4px 15px 2px #0000001A;
}

.card-box-item:hover .card-box-item-icon {
  background-color: #204289 !important;
}

.card-box-item:hover .card-box-item-icon img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.card-overlay-item {
  margin-left: 7px;
  margin-right: 7px;
}

.card-overlay-item-wrapper {
  width: 327px;
  height: 340px;
  position: relative;
  z-index: initial;
  overflow: hidden;
}

.card-overlay-item-wrapper::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background: -webkit-gradient(linear, left bottom, left top, from(#101600), to(rgba(32, 44, 1, 0)));
  background: -o-linear-gradient(bottom, #101600 0%, rgba(32, 44, 1, 0) 100%);
  background: linear-gradient(0deg, #101600 0%, rgba(32, 44, 1, 0) 100%);
}

.card-overlay-item-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.card-overlay-item-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  text-align: center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

.card-overlay-item-info * {
  color: #fff;
}

.card-overlay-item-info .btn-outline-flame {
  margin-bottom: 40px;
}

@media (max-width: 575.99px) {
  .card-overlay-item-info .btn-outline-flame {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 479.99px) {
  .card-overlay-item-info .btn-outline-flame {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-img-showcase {
  margin-left: 11px;
  margin-right: 11px;
}

.card-img-showcase-wrapper {
  height: 300px;
  position: relative;
  z-index: initial;
}

.card-img-showcase-wrapper>img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.card-img-showcase-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background: -o-linear-gradient(90.5deg, #130606 -24.05%, rgba(19, 6, 6, 0) 76.68%);
  background: linear-gradient(359.5deg, #130606 -24.05%, rgba(19, 6, 6, 0) 76.68%);
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.card-img-showcase-wrapper:hover::after {
  background: -o-linear-gradient(90.5deg, #130606 -20%, rgba(19, 6, 6, 0) 80.68%);
  background: linear-gradient(359.5deg, #130606 -20%, rgba(19, 6, 6, 0) 80.68%);
}

.card-img-showcase-info {
  position: absolute;
  right: 37px;
  bottom: 27px;
  left: 37px;
  z-index: initial;
}

.card-img-showcase-info {
  z-index: 10;
}

.card-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px #0000001A;
  box-shadow: 0px 4px 15px 0px #0000001A;
  position: relative;
  z-index: initial;
}

.card-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: initial;
  background-color: #204289;
  width: 0;
  height: 9px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.card-item:hover::after {
  width: 100%;
}

.card-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 254px;
}

.card-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.card-item-body {
  padding-top: 17px;
  padding-right: 22px;
  padding-bottom: 27px;
  padding-left: 22px;
}

.card-item-body-top .icon img {
  width: 20px !important;
  height: 20px !important;
}

.card-item-body .card-item-title {
  margin-bottom: 20px;
}

@media (max-width: 575.99px) {
  .card-item-body .card-item-title {
    font-size: 18px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-item-body .card-item-list li {
  margin-bottom: 8px;
}

.card-item-body .card-item-list li .list-item-icon {
  margin-right: 12px;
}

.card-item-body .card-item-list li .list-item-icon img {
  width: 14px;
}

.card-item-body .card-item-btn {
  height: 41px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  background-color: #E94C27;
  color: #fff;
  border-radius: 6px;
  border: 1.5px solid #E94C27;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px !important;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 13.5px !important;
}

.card-item-body .card-item-btn:hover {
  background-color: transparent !important;
  color: #204289;
  border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 480px) {
  .card-item-body .card-item-btn {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .card-item-body .card-item-btn {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-overlap-item-img {
  height: 208px !important;
  border-radius: 10px;
  overflow: hidden;
}

.card-overlap-item-title {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}

@media (max-width: 575.99px) {
  .card-overlap-item-title {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 479.99px) {
  .card-overlap-item-title {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-overlap-item-body {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px 0px #0000001A;
  box-shadow: 0px 4px 10px 0px #0000001A;
  overflow: hidden;
  margin-top: -74px;
  margin-right: 11px;
  margin-left: 11px;
  z-index: 10;
  position: relative;
}

.card-overlap-item-body .card-overlap-item-top {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #204289;
}

.card-overlap-item-body .card-overlap-item-main {
  padding: 13px;
}

.card-overlap-item-btn {
  margin-top: 10px;
}

@media (max-width: 575.99px) {
  .card-overlap-item-btn {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 479.99px) {
  .card-overlap-item-btn {
    font-size: 14px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-item-lg {
  position: relative;
  z-index: initial;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.card-item-lg .card-item-lg-wrapper {
  min-height: 300px;
  height: 100%;
}

.card-item-lg .card-item-lg-wrapper .wrapper-fill-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.card-item-lg .card-item-lg-wrapper * {
  z-index: 10;
}

.card-item-lg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.card-item-lg-title {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

@media (min-width: 480px) {
  .card-item-lg-title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .card-item-lg-title {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .card-item-lg-title {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-item-lg-info {
  position: absolute;
  z-index: initial;
  padding: 25px;
  bottom: 0;
}

@media (min-width: 576px) {
  .card-item-lg-info {
    padding-left: 49px;
    padding-right: 49px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.card-item-lg-info .info-btm-l .info-btm-icon {
  width: 17px;
}

.card-profile-img {
  min-width: 315px;
  min-height: 363px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.card-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.card-profile-img:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-block {
  -webkit-box-shadow: 0px 4px 15px 0px #0000001A;
  box-shadow: 0px 4px 15px 0px #0000001A;
  background-color: #fff;
  padding-top: 35px;
  padding-right: 21px;
  padding-bottom: 35px;
  padding-left: 21px;
  border-radius: 15px;
}

.card-block-title {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 800;
  line-height: 1.4 !important;
}

@media (min-width: 480px) {
  .card-block-title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .card-block-title {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .card-block-title {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.card-grid-item {
  overflow: hidden;
  -webkit-box-shadow: 5px 4px 25px 0px #00000033;
  box-shadow: 5px 4px 25px 0px #00000033;
  width: 391px;
}

@media (min-width: 576px) {
  .card-grid-item {
    display: -ms-grid;
    display: grid;
    height: 154px;
    -ms-grid-columns: 168px 223px;
    grid-template-columns: 168px 223px;
  }
}

@media (min-width: 1200px) {
  .card-grid-item {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    width: auto;
  }
}

.card-grid-item-link {
  display: inline-block;
  margin-top: 15px;
}

.card-grid-item-body {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 18px;
  padding-right: 18px;
}

.title-m {
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 800;
  line-height: 1.4 !important;
}

@media (min-width: 480px) {
  .title-m {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .title-m {
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .title-m {
    font-size: 35px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.title-lg {
  font-size: 25px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 800;
  line-height: 1.4 !important;
}

@media (min-width: 576px) {
  .title-lg {
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .title-lg {
    font-size: 35px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.title-xxl {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 800;
  line-height: 1.4 !important;
}

@media (min-width: 576px) {
  .title-xxl {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .title-xxl {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.sc-title-sub {
  margin-bottom: 18px;
  font-weight: 800;
  color: #204289;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}

.sc-title-main {
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 25px;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

@media (min-width: 576px) {
  .sc-title-main {
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.bordered-circle {
  width: 30px;
  height: 30px;
  background-color: #204289;
  position: absolute;
  z-index: initial;
  border-radius: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bordered-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
}

@media (min-width: 576px) {
  .bordered-circle {
    width: 40px;
    height: 40px;
  }

  .bordered-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
  }
}

@media (min-width: 768px) {
  .bordered-circle {
    width: 50px;
    height: 50px;
  }

  .bordered-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
  }
}

@media (min-width: 1200px) {
  .bordered-circle {
    width: 65.75px;
    height: 65.75px;
  }

  .bordered-circle::after {
    content: "";
    width: 44px;
    height: 44px;
  }
}

.gradient-circle-1 {
  background: -o-linear-gradient(26.77deg, #204289 16.01%, rgba(131, 161, 49, 0) 89.13%);
  background: linear-gradient(63.23deg, #204289 16.01%, rgba(131, 161, 49, 0) 89.13%);
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

.gradient-circle-2 {
  width: 94px;
  height: 94px;
  background: -o-linear-gradient(26.77deg, #E94D27 16.01%, rgba(131, 161, 49, 0) 89.13%);
  background: linear-gradient(63.23deg, #E94D27 16.01%, rgba(131, 161, 49, 0) 89.13%);
  border-radius: 100%;
}

.navbar .navbar-toggler {
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-btn {
    margin-left: 26px;
  }
}

@media (min-width: 1400px) {
  .navbar .navbar-collapse .navbar-btn {
    margin-left: 54px;
  }
}

.navbar .navbar-collapse .nav-item {
  margin-left: 16px;
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse .nav-item {
    margin-right: 30px;
  }
}

@media (min-width: 1400px) {
  .navbar .navbar-collapse .nav-item {
    margin-right: 45px;
  }
}

@media (max-width: 991.99px) {
  .navbar .navbar-collapse .nav-item {
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
  }
}

.navbar .navbar-collapse .nav-link {
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse .nav-link {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.navbar .dropdown .dropdown-menu {
  padding: 0;
  overflow: hidden;
  margin-bottom: 8px;
}

@media (max-width: 991.99px) {
  .navbar .dropdown .dropdown-menu {
    border-radius: 0 !important;
    border: none !important;
  }
}

.navbar .dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.7);
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #204289;
}

@media (max-width: 991.99px) {
  .navbar .dropdown .dropdown-menu .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown .dropdown-toggle::after {
  display: none !important;
}

.navbar .navbar-btn {
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991.99px) {
  .navbar .navbar-btn {
    margin-bottom: 16px;
  }
}

.sc-py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.inquiry-form {
  max-width: 474px;
  margin-top: 26px;
}

.inquiry-form .icon {
  margin-left: 6px;
  margin-right: 8px;
}

@media (min-width: 576px) {
  .inquiry-form .icon {
    margin-left: 36px;
  }
}

@media (max-width: 479.99px) {
  .inquiry-form .icon img {
    width: 20px;
  }
}

.inquiry-form .input-group {
  -webkit-box-shadow: 2px 4px 10px 0px #0000001A;
  box-shadow: 2px 4px 10px 0px #0000001A;
  border-radius: 6px;
  padding: 6px;
}

.inquiry-form .input-group .form-control {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.inquiry-form .input-group .input-group-text {
  border: none;
}

.form-control, .form-select, select {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px !important;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .form-control, .form-select, select {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 480px) {
  .form-control, .form-select, select {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .form-control.placeholder, .form-select.placeholder, select.placeholder {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .form-control.placeholder, .form-select.placeholder, select.placeholder {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .form-control:-moz-placeholder, .form-select:-moz-placeholder, select:-moz-placeholder {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .form-control:-moz-placeholder, .form-select:-moz-placeholder, select:-moz-placeholder {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .form-control::-moz-placeholder, .form-select::-moz-placeholder, select::-moz-placeholder {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .form-control::-moz-placeholder, .form-select::-moz-placeholder, select::-moz-placeholder {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 576px) {
  .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 15px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
  }
}

.contact-form .form-control, .contact-form .form-select {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #E5E7EA;
  background-color: #fff;
}

@media (min-width: 768px) {
  .contact-form .form-control, .contact-form .form-select {
    height: 54px;
  }
}

.contact-form .form-select {
  color: #6C757D;
}

.contact-form .btn {
  min-height: 47px !important;
  line-height: 47px;
  margin-top: 38px;
  min-width: 154px;
  border: 1px solid #E94C27;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form .btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.blog-search-form .input-group {
  margin-top: 24px;
  background-color: #fff;
  max-width: 825px;
  height: 74px;
  border-radius: 4px;
  -webkit-box-shadow: 74px 23px 31px rgba(37, 37, 47, 0.01), 42px 13px 26px rgba(37, 37, 47, 0.05), 19px 6px 19px rgba(37, 37, 47, 0.09), 5px 1px 11px rgba(37, 37, 47, 0.1), 0px 0px 0px rgba(37, 37, 47, 0.1);
  box-shadow: 74px 23px 31px rgba(37, 37, 47, 0.01), 42px 13px 26px rgba(37, 37, 47, 0.05), 19px 6px 19px rgba(37, 37, 47, 0.09), 5px 1px 11px rgba(37, 37, 47, 0.1), 0px 0px 0px rgba(37, 37, 47, 0.1);
}

@media (max-width: 575.99px) {
  .blog-search-form .input-group {
    height: 60px;
  }
}

@media (max-width: 479.99px) {
  .blog-search-form .input-group {
    height: 48px;
  }
}

.blog-search-form .input-group-icon {
  margin-left: 32px;
}

@media (max-width: 575.99px) {
  .blog-search-form .input-group-icon {
    margin-left: 12px;
  }
}

@media (max-width: 479.99px) {
  .blog-search-form .input-group-icon {
    margin-left: 8px;
  }
}

.blog-search-form .input-group .input-group-text {
  margin-left: auto;
  border-left: 2px solid #204289;
  border-right: none;
  border-top: none;
  border-bottom: none;
  width: 134px;
  margin-right: 24px !important;
}

@media (max-width: 575.99px) {
  .blog-search-form .input-group .input-group-text {
    margin-right: 12px !important;
    width: auto;
  }
}

@media (max-width: 479.99px) {
  .blog-search-form .input-group .input-group-text {
    margin-right: 6px !important;
    padding-right: 0 !important;
    padding-left: 6px !important;
  }
}

.blog-search-form .input-group .form-control {
  margin-left: 6px !important;
}

@media (max-width: 479.99px) {
  .blog-search-form .input-group .form-control {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.blog-search-form .input-group .form-control::-webkit-input-placeholder {
  font-weight: 300;
}

.blog-search-form .input-group .form-control::-moz-placeholder {
  font-weight: 300;
}

.blog-search-form .input-group .form-control:-ms-input-placeholder {
  font-weight: 300;
}

.blog-search-form .input-group .form-control::-ms-input-placeholder {
  font-weight: 300;
}

.blog-search-form .input-group .form-control::placeholder {
  font-weight: 300;
}

.course-selection select {
  height: 53px;
  border: 1px solid #0000001A;
  -webkit-box-shadow: 0px 4px 4px 0px #0000000D;
  box-shadow: 0px 4px 4px 0px #0000000D;
  width: 100%;
}

@media (min-width: 992px) {
  .course-selection select {
    max-width: 282px;
  }
}

.footer-cnt-1 .ftr-block:nth-child(1) .footer-brand img {
  max-width: 224px;
}

.footer-cnt-1 .ftr-block:nth-child(1) .icon-circle {
  background-color: #204289;
  color: #fff !important;
  margin-left: 11px;
}

.footer-cnt-1 .social-links li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1200px) {
  .footer-cnt-2 .max-w-wrapper {
    max-width: 345px;
  }
}

.footer .footer-links li {
  margin-bottom: 10px;
}

.footer .footer-links li a .p-text {
  color: #fff !important;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.footer .footer-links li a .p-text:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .footer .border-btm {
    border-bottom: 1px solid #fff;
  }
}

.footer-btm-text {
  background-color: #0C1002;
  min-height: 63px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container {
  padding-right: 0;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}

ul {
  margin: 0;
  padding: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.position-relative {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
}

.pagination-block {
  margin-top: 38px;
}

.pagination-block .page-item {
  border-radius: 2px !important;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #525252;
  color: #525252;
  background-color: #fff;
}

.pagination-block .page-item * {
  border: none !important;
  background-color: #fff;
}

.pagination-block .page-item.page-item-active {
  background-color: #204289;
  border-color: #204289;
}

.pagination-block .page-item.page-item-active * {
  color: #fff;
  background-color: #204289;
  border-color: #204289;
}

.pagination-block .page-item.page-item-active:hover * {
  color: #fff !important;
}

.pagination-block .page-item:first-child, .pagination-block .page-item:last-child {
  border: none !important;
  background-color: transparent !important;
  font-size: 18px;
}

.pagination-block .page-item:first-child *, .pagination-block .page-item:last-child * {
  background-color: transparent !important;
}

.pagination-block .page-item:hover {
  border-color: #204289 !important;
}

.pagination-block .page-item:hover * {
  color: #204289 !important;
}

.slick-dots li {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.slick-dots li button::before {
  content: "";
  width: 41px;
  height: 12px;
  border-radius: 25px;
  background-color: #CECECE;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-dots li.slick-active button::before {
  background-color: #204289;
}

.slick-prev, .slick-next {
  z-index: 100;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-prev::before, .slick-next::before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.slick-prev:hover::before, .slick-next:hover::before {
  color: rgba(255, 255, 255, 0.9);
}

.slick-prev {
  left: 20px !important;
  z-index: 100;
}

.slick-next {
  right: 23px !important;
  z-index: 100;
}

.hdr-top {
  min-height: 58px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .hdr-top .hdr-top-l .contact-no {
    margin-right: 12px;
  }
}

@media (min-width: 992px) {
  .hdr-top .hdr-top-l .contact-no {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .hdr-top .hdr-top-l .contact-no {
    margin-right: 64px;
  }
}

.hdr-top .hdr-top-r .social-links li {
  margin-left: 5.5px;
  margin-right: 5.5px;
}

.sc-banner {
  min-height: 706px;
  position: relative;
  z-index: initial;
}

.sc-banner .sc-block:nth-child(1) .sc-block-l .title-lg {
  margin-bottom: 27px;
}

.sc-banner .sc-block:nth-child(1) .sc-block-l .max-w-wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .sc-banner .sc-block:nth-child(1) .sc-block-l .max-w-wrapper {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .sc-banner .sc-block:nth-child(1) .sc-block-l .max-w-wrapper {
    max-width: 414px;
  }
}

.sc-banner .sc-block:nth-child(1) .sc-block-r img {
  max-width: 430px;
}

.sc-banner .square-shape-pattern {
  width: 129px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: initial;
}

@media (min-width: 576px) {
  .sc-banner .square-shape-pattern {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: initial;
  }
}

.sc-banner .circle-shape-pattern {
  width: 299px;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: initial;
}

.sc-about {
  min-height: 625px;
}

.sc-about .sc-block:nth-child(1) .sc-block-l .block-img {
  position: relative;
  z-index: initial;
  width: 300px;
  height: 300px;
  border-radius: 100%;
}

@media (min-width: 576px) {
  .sc-about .sc-block:nth-child(1) .sc-block-l .block-img {
    width: 380px;
    height: 380px;
  }
}

.sc-about .sc-block:nth-child(1) .sc-block-l .block-img img {
  border-radius: 100%;
}

.sc-about .sc-block:nth-child(1) .sc-block-l .block-img .block-shape {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 180px !important;
  height: 180px !important;
  border-radius: 100%;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  -webkit-box-shadow: 0px 4px 10px 0px #00000040;
  box-shadow: 0px 4px 10px 0px #00000040;
}

@media (min-width: 576px) {
  .sc-about .sc-block:nth-child(1) .sc-block-l .block-img .block-shape {
    -webkit-transform: translate(45%, -15%);
    -ms-transform: translate(45%, -15%);
    transform: translate(45%, -15%);
  }
}

.sc-about .sc-block:nth-child(1) .sc-block-l .block-img .block-shape::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: initial;
  border: 2px dotted #000;
  border-radius: 100%;
}

.sc-about .sc-block:nth-child(1) .sc-block-l .block-img .block-shape .shape-num {
  font-weight: 800;
  font-size: 25px;
  line-height: normal;
  letter-spacing: normal;
}

.sc-about .sc-block:nth-child(1) .sc-block-l .block-img .block-shape .shape-text {
  font-weight: 800;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
}

.sc-about .sc-block:nth-child(1) .sc-block-r p {
  margin-top: 38px;
}

.sc-about .sc-block:nth-child(1) .sc-block-r .max-w-wrapper {
  max-width: 575px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .sc-about .sc-block:nth-child(1) .sc-block-r .max-w-wrapper {
    margin-left: 0;
  }
}

.sc-about .sc-block:nth-child(1) .sc-block-r .cnt-body ul {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 38px;
  padding-bottom: 46px;
}

.sc-about .sc-block:nth-child(1) .sc-block-r .cnt-body ul li {
  display: inline-block;
}

@media (min-width: 1200px) {
  .sc-about>.container {
    position: relative;
    z-index: initial;
  }
}

.sc-about .bordered-circle.sh-1 {
  right: 20px;
  top: 20px;
}

@media (min-width: 1200px) {
  .sc-about .bordered-circle.sh-1 {
    top: -30px;
  }
}

.sc-about .bordered-circle.sh-2 {
  left: 20px;
  bottom: 20px;
}

@media (min-width: 768px) {
  .sc-about .bordered-circle.sh-2 {
    bottom: 50%;
  }
}

@media (min-width: 992px) {
  .sc-about .bordered-circle.sh-2 {
    bottom: 15%;
  }
}

@media (min-width: 1200px) {
  .sc-about .bordered-circle.sh-2 {
    left: 4px;
  }
}

.sc-services {
  min-height: 799px;
}

.sc-services .sc-block-l.max-w-wrapper {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .sc-services .sc-block-l.max-w-wrapper {
    max-width: 480px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .sc-services .sc-block-r .card-box-list .card-box-item {
    width: 220px;
  }
}

.sc-services .sc-block-r .card-box-list .card-box-item:hover {
  background-color: #204289;
}

.sc-services .sc-block-r .card-box-list .card-box-item:hover .card-box-item-title {
  color: #fff;
}

.sc-services .sc-block-r .card-box-list .card-box-item:hover .p-text {
  color: #fff;
}

.sc-services .bordered-circle.sh-1 {
  right: 20px;
  top: 20px;
}

.sc-services .bordered-circle.sh-1::after {
  background-color: #E5F8F5;
}

@media (min-width: 1200px) {
  .sc-services .bordered-circle.sh-1 {
    top: 40px;
    right: 50px;
  }
}

.sc-services .bordered-circle.sh-2 {
  left: -16px;
  bottom: 20px;
  width: 60px;
  height: 60px;
}

.sc-services .bordered-circle.sh-2::after {
  width: 45px;
  height: 45px;
  background-color: #E5F8F5;
}

@media (min-width: 992px) {
  .sc-services .bordered-circle.sh-2 {
    width: 95px;
    height: 95px;
  }

  .sc-services .bordered-circle.sh-2::after {
    width: 65px;
    height: 65px;
    background-color: #E5F8F5;
  }
}

@media (min-width: 1400px) {
  .sc-services {
    height: 850px;
    left: -16px;
    bottom: 22px;
  }
}

.sc-courses .courses-slider {
  margin-bottom: 50px !important;
}

.sc-courses .courses-slider .slick-dots {
  margin-bottom: -40px;
}

.sc-dest .dest-slider {
  margin-top: 40px !important;
  margin-right: -11px;
  margin-left: -11px;
}

.sc-partners .partners-slider {
  margin-top: 40px !important;
}

.sc-partners .partners-slider .card-img-showcase-wrapper {
  height: 320px;
  background: #FFF;
  padding: 20px;
}

.dream-destination .card-img-showcase-wrapper>img {

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) {
  .sc-partners .partners-slider .card-img-showcase-wrapper {
    /* height: 232px; */
  }
}

.sc-partners .partners-slider .card-img-showcase-info {
  position: absolute;
  right: 19px;
  bottom: 16px;
  left: 19px;
  z-index: initial;
  z-index: 10;
}

.sc-partners .partners-slider .card-img-showcase-info .info-l img {
  max-width: 97px;
  background-color: #FFF;
}

.sc-partners .partners-slider .slick-prev::before, .sc-partners .partners-slider .slick-next::before {
  color: white;
}

.sc-affiliations .affiliations-slider {
  margin-top: 60px !important;
}

.sc-affiliations .affiliations-slider-item .slider-img {
  max-width: 170px;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.sc-affiliations .affiliations-slider-item .slider-img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 992px) {
  .sc-tests {
    min-height: 586px;
  }
}

.sc-tests .sc-tests-cnt .sc-block-l img {
  width: 120px;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: initial;
}

@media (min-width: 768px) {
  .sc-tests .sc-tests-cnt .sc-block-l img {
    width: 180px;
  }
}

@media (min-width: 992px) {
  .sc-tests .sc-tests-cnt .sc-block-l img {
    width: 234px;
  }
}

@media (min-width: 992px) {
  .sc-tests .sc-tests-cnt .sc-block-l.max-w-wrapper {
    max-width: 471px;
  }
}

.sc-tests .tests-slider-item {
  width: 90% !important;
  margin-left: auto !important;
  padding-left: 20px !important;
  position: relative;
  z-index: initial;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px 0px #0000001A;
  box-shadow: 0px 4px 10px 0px #0000001A;
  padding: 24px;
  margin-bottom: 36px;
  margin-top: 12px;
}

@media (min-width: 576px) {
  .sc-tests .tests-slider-item {
    padding: 34px;
  }
}

@media (min-width: 992px) {
  .sc-tests .tests-slider-item {
    padding: 44px;
    margin-left: auto;
  }
}

.sc-tests .tests-slider-item-head {
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-columns: 60px auto;
  grid-template-columns: 60px auto;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .sc-tests .tests-slider-item-head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px auto;
    grid-template-columns: 90px auto;
  }
}

@media (min-width: 1200px) {
  .sc-tests .tests-slider-item-head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px auto;
    grid-template-columns: 110px auto;
  }
}

.sc-tests .tests-slider-item .quote-icon {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: initial;
  width: 24px;
}

@media (min-width: 576px) {
  .sc-tests .tests-slider-item .quote-icon {
    position: absolute;
    top: 30px;
    right: 34px;
    z-index: initial;
    width: 52px;
  }
}

@media (min-width: 768px) {
  .sc-tests .tests-slider-item .quote-icon {
    position: absolute;
    top: 69px;
    right: 34px;
    z-index: initial;
  }
}

.sc-tests .tests-slider .slick-slide {
  margin: 0 -20px 0 10px;
}

@media (min-width: 1400px) {
  .sc-tests .tests-slider .slick-slide {
    margin: 0 -45px 0 10px;
  }
}

@media (min-width: 992px) {
  .sc-signup {
    min-height: 543px;
  }
}

.sc-signup-cnt .max-w-wrapper {
  max-width: 564px;
  margin-right: auto;
  margin-left: auto;
}

.sc-signup .signup-form {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .sc-signup .signup-form {
    margin-top: 40px;
  }
}

.sc-signup .signup-form .input-group .form-control {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.sc-signup .signup-form .input-group .form-control:focus {
  background-color: #fff !important;
}

@media (min-width: 576px) {
  .sc-signup .input-group {
    height: 60px;
  }
}

.sc-signup .input-group .form-control {
  border-radius: 4px;
}

.sc-signup .input-group .form-control:focus {
  border-color: #204289;
}

.sc-signup .input-group .btn {
  border-radius: 4px;
}

.sc-signup .bordered-circle {
  position: absolute;
  z-index: initial;
}

.sc-signup .bordered-circle::after {
  background-color: #E5F8F5;
}

.sc-signup .bordered-circle.sh-1 {
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
}

.sc-signup .bordered-circle.sh-1::after {
  width: 40px;
  height: 40px;
}

@media (min-width: 1400px) {
  .sc-signup .bordered-circle.sh-1 {
    right: 70px;
    bottom: 50px;
    width: 91px;
    height: 91px;
  }

  .sc-signup .bordered-circle.sh-1::after {
    width: 60px;
    height: 60px;
  }
}

.sc-signup .bordered-circle.sh-2 {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.sc-signup .bordered-circle.sh-2::after {
  width: 20px;
  height: 20px;
}

@media (min-width: 1400px) {
  .sc-signup .bordered-circle.sh-2 {
    bottom: -30px;
    width: 59px;
    height: 59px;
  }

  .sc-signup .bordered-circle.sh-2::after {
    width: 40px;
    height: 40px;
  }
}

.sc-signup .bordered-circle.sh-3 {
  left: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
}

.sc-signup .bordered-circle.sh-3::after {
  width: 40px;
  height: 40px;
}

@media (min-width: 1400px) {
  .sc-signup .bordered-circle.sh-3 {
    left: 70px;
    bottom: 50px;
    width: 91px;
    height: 91px;
  }

  .sc-signup .bordered-circle.sh-3::after {
    width: 60px;
    height: 60px;
  }
}

.sc-signup .bordered-circle.sh-4 {
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.sc-signup .bordered-circle.sh-4::after {
  width: 20px;
  height: 20px;
}

@media (min-width: 1400px) {
  .sc-signup .bordered-circle.sh-4 {
    bottom: -30px;
    width: 59px;
    height: 59px;
  }

  .sc-signup .bordered-circle.sh-4::after {
    width: 40px;
    height: 40px;
  }
}

.sc-blogs .three-cols-grid {
  margin-top: 46px;
}

.sc-contact {
  padding-bottom: 160px;
}

.sc-contact .checkbox-item {
  position: relative;
  z-index: initial;
  width: auto;
  height: 44px;
  border-radius: 25px;
  overflow: hidden;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #E5E7EA;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 24px;
  margin-right: 12px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.sc-contact .checkbox-item:hover {
  background-color: #204289;
}

.sc-contact .checkbox-item:hover .p-text-sm {
  color: #fff !important;
}

@media (max-width: 575.99px) {
  .sc-contact .checkbox-item {
    width: auto;
    height: 38px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 12px;
    margin-right: 4px;
  }
}

.sc-contact .checkbox-item-active {
  background-color: #204289;
}

.sc-contact .checkbox-item-active .p-text-sm {
  color: #fff !important;
}

.sc-contact .checkbox-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}

.sc-contact .check-btn-cnt::before {
  content: "";
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  padding: 10px;
}

@media (max-width: 575.99px) {
  .sc-contact .check-btn-cnt::before {
    padding: 5px;
  }
}

.sc-contact .sc-block-l .max-w-wrapper {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .sc-contact .sc-block-l .max-w-wrapper {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: -100px;
  }
}

.sc-contact .sc-block-r .max-w-wrapper {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .sc-contact .sc-block-r .max-w-wrapper {
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .sc-contact {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .sc-contact {
    padding-bottom: 190px;
  }
}

@media (min-width: 1400px) {
  .sc-contact {
    padding-bottom: 210px;
  }
}

.curved-bottom .curved-shape-1 {
  position: absolute;
  bottom: 0px;
  z-index: initial;
  width: 100%;
}

.curved-bottom .curved-shape-2 {
  position: absolute;
  bottom: 0;
  z-index: initial;
  width: 100%;
}

.pg-about .sc-banner {
  min-height: 444px;
}

@media (min-width: 992px) {
  .pg-about .sc-banner {
    padding-top: 64px !important;
  }
}

.pg-about .sc-banner .sc-block:nth-child(1) .sc-block-l {
  max-width: 550px;
}

@media (min-width: 1400px) {
  .pg-about .sc-banner .sc-block:nth-child(1) .sc-block-l .max-w-wrapper {
    max-width: 494px;
  }
}

.pg-about .sc-banner .sc-block:nth-child(1) .sc-block-r {
  max-width: 646px;
}

.pg-about .sc-banner .sc-block:nth-child(1) .sc-block-r .block-wrapper img {
  max-width: 100%;
}

.pg-about .sc-tabs .tabs-head {
  -webkit-box-shadow: 0px 4px 15px 0px #0000001A;
  box-shadow: 0px 4px 15px 0px #0000001A;
  padding-left: 10px;
  padding-right: 10px;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pg-about .sc-tabs .tabs-head-item {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
  position: relative;
  z-index: initial;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
}

.pg-about .sc-tabs .tabs-head-item.tabs-head-item-active::after {
  content: "";
  width: 50px;
  height: 2px;
  -webkit-box-shadow: 0px 4px 15px 0px #0000001A;
  box-shadow: 0px 4px 15px 0px #0000001A;
  background-color: #204289;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: initial;
}

@media (min-width: 576px) {
  .pg-about .sc-tabs .tabs-head-item.tabs-head-item-active::after {
    width: 70px;
    height: 3px;
  }
}

@media (min-width: 768px) {
  .pg-about .sc-tabs .tabs-head-item.tabs-head-item-active::after {
    width: 83px;
    height: 4px;
  }
}

@media (min-width: 480px) {
  .pg-about .sc-tabs .tabs-head-item {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    margin-right: 30px;
  }
}

@media (min-width: 576px) {
  .pg-about .sc-tabs .tabs-head-item {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .pg-about .sc-tabs .tabs-head-item {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
    margin-right: 83px;
  }
}

@media (min-width: 576px) {
  .pg-about .sc-tabs .tabs-head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .pg-about .sc-tabs .tabs-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .pg-about .sc-tabs .tabs-head {
    padding-left: 49px;
    padding-right: 49px;
  }
}

.pg-about .sc-tabs .tabs-body {
  margin-top: 49px;
  padding-left: 22px;
}

.pg-about .sc-tabs .tabs-body .values-list .values-item {
  margin-right: 40px;
  margin-bottom: 20px;
}

.pg-about .sc-tabs .tabs-body .values-list .values-item img {
  width: 68px;
}

@media (min-width: 768px) {
  .pg-about .sc-tabs .tabs-body .values-list .values-item {
    margin-right: 80px;
  }
}

.sc-teams .sc-title {
  margin-bottom: 37px !important;
}

.sc-teams .three-cols-grid {
  display: -ms-grid;
  display: grid;
  gap: 47px;
}

@media (min-width: 768px) {
  .sc-teams .three-cols-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .sc-teams .three-cols-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .sc-teams .three-cols-grid {
    -webkit-column-gap: 92px;
    -moz-column-gap: 92px;
    column-gap: 92px;
  }
}

.sc-teams .four-cols-grid {
  display: -ms-grid;
  display: grid;
  gap: 47px;
}

@media (min-width: 768px) {
  .sc-teams .four-cols-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .sc-teams .four-cols-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  .sc-teams .four-cols-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.pg-dest .sc-banner {
  min-height: 500px;
  background: url("../../assets/images/dest-pg/dest-banner.png") center/cover no-repeat;
}

.pg-dest .sc-banner .sc-block .btn {
  margin-top: 30px;
}

.pg-dest .sc-banner .sc-block .max-w-wrapper {
  max-width: 322px;
}

.pg-dest .sc-dest-block1 .sc-block:nth-child(1) .sc-block-l .dest-cnt-body *:first-child {
  /* font-weight: 600; */
}

.pg-dest .sc-dest-block1 .sc-block:nth-child(1) .sc-block-l .dest-cnt-body img {
  max-width: 498px;
}

.pg-dest .sc-dest-block1 .sc-block:nth-child(1) .sc-block-r-wrapper {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-shadow: 0px 4px 15px 0px #0000001A;
  box-shadow: 0px 4px 15px 0px #0000001A;
}

@media (min-width: 576px) {
  .pg-dest .sc-dest-block1 .sc-block:nth-child(1) .sc-block-r-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1200px) {
  .pg-dest .sc-dest-block1 .sc-block:nth-child(1) .sc-block-r-wrapper {
    max-width: 545px;
    padding-top: 93px;
    padding-right: 20px;
    padding-bottom: 113px;
    padding-left: 20px;
  }
}

.pg-dest .sc-dest-block1 .sc-block:nth-child(1) .sc-block-r .max-w-wrapper {
  max-width: 600px;
}

@media (min-width: 1200px) {
  .pg-dest .sc-dest-block1 .sc-block:nth-child(1) .sc-block-r .max-w-wrapper {
    max-width: 400px;
  }
}

.pg-dest .sc-dest-block2 .sc-block .sc-title {
  margin-bottom: 10px;
}

.pg-dest .sc-dest-block2 .card-list {
  margin-top: 40px;
}

.pg-dest .sc-dest-block3 .sc-block:nth-child(2) .card-list {
  margin-top: 30px;
}

.pg-dest .sc-dest-block4 .sc-block:nth-child(1) .facts-list .facts-item {
  margin-bottom: 52px;
}

.pg-dest .sc-dest-block4 .sc-block:nth-child(1) .facts-list .facts-item-title {
  margin-bottom: 32px;
  position: relative;
  z-index: initial;
}

.pg-dest .sc-dest-block4 .sc-block:nth-child(1) .facts-list .facts-item-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: initial;
  width: 28px;
  height: 5px;
  background-color: #204289;
}

.pg-dest .sc-courses .courses-slider-2 {
  /* adding margin between slides */
}

.pg-dest .sc-courses .courses-slider-2 .card-grid-item {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pg-dest .sc-courses .courses-slider-2 .slick-slide {
  margin: 0 8px;
}

.pg-dest .sc-dest-block6 .max-w-wrapper {
  max-width: 585px;
}

.pg-dest .sc-dest-block6 .criteria-slider {
  padding-left: 32px;
  padding-right: 32px;
}

.pg-dest .sc-dest-block6 .criteria-slider-icon {
  width: 34px;
}

.pg-dest .sc-dest-block6 .criteria-slider-item {
  -webkit-box-shadow: 0px 4px 10px 0px #0000001A;
  box-shadow: 0px 4px 10px 0px #0000001A;
  width: auto;
  height: 60px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pg-dest .sc-dest-block6 .criteria-slider .slick-slide {
  margin: 0 12.5px;
}

.pg-dest .sc-dest-block6 .criteria-slider .slick-prev {
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;
  left: 0 !important;
  border-radius: 100%;
}

.pg-dest .sc-dest-block6 .criteria-slider .slick-prev::before {
  color: #000;
}

.pg-dest .sc-dest-block6 .criteria-slider .slick-next {
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;
  right: 0 !important;
  border-radius: 100%;
}

.pg-dest .sc-dest-block6 .criteria-slider .slick-next::before {
  color: #000;
}

.pg-blogs .thead-shape, .pg-blogs-single .thead-shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: initial;
}

.pg-blogs .blog-search-form .input-group-text, .pg-blogs-single .blog-search-form .input-group-text {
  position: relative;
  z-index: initial;
  margin-right: 0 !important;
}

.pg-blogs .blog-search-form .custom-dropdown-menu, .pg-blogs-single .blog-search-form .custom-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: initial;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;
  display: none;
}

.pg-blogs .blog-search-form .show-custom-dropdown-menu, .pg-blogs-single .blog-search-form .show-custom-dropdown-menu {
  display: block;
}

.pg-blogs .blog-search-form .custom-dropdown-item, .pg-blogs-single .blog-search-form .custom-dropdown-item {
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.pg-blogs .blog-search-form .custom-dropdown-item:hover, .pg-blogs-single .blog-search-form .custom-dropdown-item:hover {
  color: #204289;
}

.pg-blogs .sc-blogs-main .blogs-main-list .blogs-cards, .pg-blogs-single .sc-blogs-main .blogs-main-list .blogs-cards {
  margin-top: 40px;
}

.pg-blogs .sc-blogs-main .blogs-main-list .blogs-cards .card, .pg-blogs-single .sc-blogs-main .blogs-main-list .blogs-cards .card {
  border: none !important;
  -webkit-box-shadow: 0px 23px 9px rgba(0, 0, 0, 0.01), 0px 13px 8px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 23px 9px rgba(0, 0, 0, 0.01), 0px 13px 8px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.pg-blogs .sc-blogs-main .blogs-main-list .blogs-cards .card-title, .pg-blogs-single .sc-blogs-main .blogs-main-list .blogs-cards .card-title {
  margin-bottom: 16px;
}

.pg-blogs .sc-blogs-main .blogs-main-list .blogs-cards .card-footer, .pg-blogs-single .sc-blogs-main .blogs-main-list .blogs-cards .card-footer {
  height: 50px;
}

.pg-blogs .sc-blogs-main .blogs-main-list .blogs-cards .card-link-icon, .pg-blogs-single .sc-blogs-main .blogs-main-list .blogs-cards .card-link-icon {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: "xxx-sm";
  line-height: normal;
  letter-spacing: normal;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  margin-top: 4px;
}

.pg-blogs .sc-blogs-main .blogs-main-list .blogs-cards .card:hover .card-link-icon, .pg-blogs-single .sc-blogs-main .blogs-main-list .blogs-cards .card:hover .card-link-icon {
  margin-left: 6px;
}

.card {
  height: 100%;
}

.pg-blogs-single .blogs-single-head-title {
  margin-top: 20px;
}

.pg-blogs-single .blogs-single-head-title h1, .pg-blogs-single .blogs-single-head-title h2, .pg-blogs-single .blogs-single-head-title h3, .pg-blogs-single .blogs-single-head-title h4 {
  font-size: 32px;
  line-height: normal;
  letter-spacing: normal;
  line-height: 1.5 !important;
}

@media (max-width: 991.99px) {
  .pg-blogs-single .blogs-single-head-title h1, .pg-blogs-single .blogs-single-head-title h2, .pg-blogs-single .blogs-single-head-title h3, .pg-blogs-single .blogs-single-head-title h4 {
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 767.99px) {
  .pg-blogs-single .blogs-single-head-title h1, .pg-blogs-single .blogs-single-head-title h2, .pg-blogs-single .blogs-single-head-title h3, .pg-blogs-single .blogs-single-head-title h4 {
    font-size: 28px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 575.99px) {
  .pg-blogs-single .blogs-single-head-title h1, .pg-blogs-single .blogs-single-head-title h2, .pg-blogs-single .blogs-single-head-title h3, .pg-blogs-single .blogs-single-head-title h4 {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.pg-blogs-single .blogs-single-head-info {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px solid #A0BC4333;
  border-radius: 8px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  padding-left: 32px;
  padding-right: 32px;
}

.pg-blogs-single .blogs-single-head-info .blog-author-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.pg-blogs-single .blogs-single-head-info .blog-author-info {
  margin-left: 16px;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings {
  padding-top: 32px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings * {
  color: #0C1002;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h1, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h2, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h3, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h4, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h5, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h6 {
  line-height: 1.5 !important;
  margin-bottom: 16px;
}

@media (max-width: 991.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h1, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h2 {
    font-size: 28px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 767.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h1, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h2 {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 575.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h1, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h2 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 991.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h3, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h4 {
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 767.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h3, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h4 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 575.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h3, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h4 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 991.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h5, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h6 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 767.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h5, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h6 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 575.99px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h5, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings h6 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings p, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings ul li, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings blockquote, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings span, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table th, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table td {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.65 !important;
  color: #0C1002;
}

@media (min-width: 576px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings p, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings ul li, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings blockquote, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings span, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table th, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table td {
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings p, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings ul li, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings blockquote, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings span, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table th, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table td {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 992px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings p, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings ul li, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings blockquote, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings span, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table th, .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table td {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings a {
  color: #204289;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings a:hover {
  text-decoration: underline;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings ul {
  list-style-type: disc;
  margin-left: 20px;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings ul li {
  margin-bottom: 6px;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings blockquote {
  font-weight: 400;
  margin-left: 22px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings blockquote::before {
  content: "";
  position: absolute;
  content: '\f10d';
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 20px;
  top: 0;
  left: -22px;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings figure figcaption {
  margin-top: 8px;
  font-weight: 300;
  font-size: "xxx-sm";
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings figure figcaption {
    font-size: "xx-sm";
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .pg-blogs-single .blogs-single-body .blog-single-cnt-stylings figure figcaption {
    font-size: "x-sm";
    line-height: normal;
    letter-spacing: normal;
  }
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table thead {
  background-color: #204289;
  color: #fff;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table tr {
  border: 1px solid #0C1002;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table th {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 700;
}

.pg-blogs-single .blogs-single-body .blog-single-cnt-stylings table td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

.pg-blogs-single .blog-single-tags {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pg-blogs-single .blog-single-tags ul li {
  padding: 8px;
  margin-right: 8px;
  background-color: #d9d9d9;
  border-radius: 8px;
}

.pg-blogs-single .blogs-single-foot {
  margin-top: 36px;
}

.pg-blogs-single .blogs-single-foot .btn.btn-white {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.blogs-single-body img {
  max-width: 100%;
  width: inherit !important;
  padding: 10px;
}

.pg-contact .sc-contact-block1 {
  position: relative;
  z-index: initial;
}

.pg-contact .sc-contact-block1 .contact-bg-1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  z-index: 1 !important;
  height: 45%;
}

.pg-contact .sc-contact-block1 .contact-bg-2 {
  background: url("../../assets/images/contact-pg/contact-banner.png") center/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  height: 65%;
}

.pg-contact .sc-contact-block1-cnt {
  position: relative;
  z-index: 10;
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .max-w-wrapper {
  max-width: 520px;
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .sc-title-main {
  position: relative;
  z-index: initial;
  display: inline-block;
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .sc-title-main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #555555;
}

@media (min-width: 576px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-l .sc-title-main::after {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-l .sc-title-main::after {
    width: 50px;
    height: 50px;
  }
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info {
  position: relative;
  z-index: initial;
}

@media (min-width: 1200px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info {
    margin-top: 100px !important;
  }
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item {
  margin-bottom: 12px;
  padding: 12px;
  -webkit-box-shadow: 42px 13px 26px rgba(37, 37, 47, 0.05), 5px 1px 11px rgba(37, 37, 47, 0.1), 0px 0px 0px rgba(37, 37, 47, 0.1);
  box-shadow: 42px 13px 26px rgba(37, 37, 47, 0.05), 5px 1px 11px rgba(37, 37, 47, 0.1), 0px 0px 0px rgba(37, 37, 47, 0.1);
  border-radius: 4px;
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item-icon {
  width: 24px;
  height: 24px;
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item-icon img {
  width: 24px !important;
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item-text {
  padding-left: 16px;
  width: calc(100% - 25px);
}

@media (min-width: 768px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item-text {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

.pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item-text span {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}

@media (max-width: 767.99px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item-text span {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
}

@media (max-width: 575.99px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-l .contact-info-item-text span {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
  }
}

.pg-contact .sc-contact-block1-cnt .sc-block-r {
  position: relative;
  z-index: initial;
}

.pg-contact .sc-contact-block1-cnt .sc-block-r .sc-block-r-wrapper {
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
}

@media (min-width: 576px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-r .sc-block-r-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.pg-contact .sc-contact-block1-cnt .sc-block-r::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FB9670;
  position: absolute;
  top: -30px;
  right: -18px;
  z-index: -1;
}

@media (min-width: 1200px) {
  .pg-contact .sc-contact-block1-cnt .sc-block-r::after {
    width: 280px;
    height: 280px;
    top: -44px;
    right: -76px;
  }
}

.pg-contact .sc-contact-block1-cnt .sc-block-r .contact-form .btn {
  background-color: #052606 !important;
  width: 100%;
}

.pg-contact .sc-maps .sc-block:nth-child(1) iframe {
  min-height: 500px;
  width: 100%;
}

.pg-contact .sc-maps .sc-block:nth-child(1) .map-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  max-width: 500px;
}

.pg-contact .sc-maps .sc-block:nth-child(1) .map-item:nth-child(2) {
  margin-left: auto;
}

.pg-contact .sc-maps .sc-block:nth-child(1) .map-item .map-info {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.pg-contact .sc-maps .sc-block:nth-child(1) .map-item .btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
  margin-top: 16px;
}

.pg-contact .sc-maps .sc-block:nth-child(1) .map-item .btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.pg-course .sc-banner {
  min-height: 507px;
  position: relative;
  z-index: initial;
}

.pg-course .sc-banner .sc-block .btn {
  margin-top: 30px;
}

.pg-course .sc-banner .sc-block .max-w-wrapper {
  max-width: 322px;
}

.pg-course .sc-banner .banner-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: initial;
  max-width: 864px;
}

.pg-course .course-list-group .u-img {
  border: 1px solid #0000001A;
  padding: 20px;
  border-radius: 10px;
  width: 90px;
  height: 80px;
  margin-right: 25px;
  margin-top: -70px;
}

@media (min-width: 576px) {
  .pg-course .course-list-group .u-img {
    width: 123px;
    height: 118px;
  }
}

.pg-course .course-list-group .course-list-item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px #0000000D;
  box-shadow: 0px 10px 15px 0px #0000000D;
  margin-top: 70px;
}

.pg-course .course-list-group .course-list-item-wrapper {
  padding-top: 26px;
  padding-right: 16px;
  padding-bottom: 26px;
  padding-left: 16px;
}

.pg-course .course-list-group .course-list-item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) {
  .pg-course .course-list-group .course-list-item-wrapper {
    padding-top: 26px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .pg-course .course-list-group .course-list-item-wrapper {
    padding-top: 27px;
    padding-right: 60px;
    padding-bottom: 44px;
    padding-left: 60px;
  }
}

.pg-course .course-list-group .course-list-item-wrapper .course-item-top .course-item-btns button:first-child {
  -webkit-box-shadow: 0px 4px 4px 0px #0000000D;
  box-shadow: 0px 4px 4px 0px #0000000D;
}

.pg-course .course-list-group .course-list-item-wrapper .course-item-top .course-item-btns button:last-child {
  margin-left: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px #0000000D;
  box-shadow: 0px 4px 4px 0px #0000000D;
}

.pg-course .course-list-group .course-list-item-wrapper .course-item-bottom {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .pg-course .course-list-group .course-list-item-wrapper .course-item-bottom {
    margin-top: 41px;
  }
}

.pg-course .course-list-group .course-list-item-wrapper .course-item-bottom .course-itm-bottom-block {
  background-color: #F6F7F8B2;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 28px;
  padding-right: 28px;
}

.pg-course .return-top-btn {
  color: #4F5066;
  margin-top: 38px;
}

.vector-fill {
  margin-bottom: 60px;
  position: relative;
  z-index: initial;
  width: 473px;
}

@media (min-width: 1200px) {
  .vector-fill {
    margin-bottom: 0;
  }
}

@media (max-width: 575.99px) {
  .vector-fill {
    width: 400px;
  }
}

@media (max-width: 479.99px) {
  .vector-fill {
    width: 300px;
  }
}

.vector-fill .vector-fill-wrapper {
  position: relative;
  z-index: initial;
  width: 473px;
  height: 395px;
  overflow: hidden;
}

@media (max-width: 575.99px) {
  .vector-fill .vector-fill-wrapper {
    width: 400px;
    height: 338px;
  }
}

@media (max-width: 479.99px) {
  .vector-fill .vector-fill-wrapper {
    width: 300px;
    height: 252px;
  }
}

.vector-fill .vector-fill-wrapper .vector-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 3;
}

.vector-fill .vector-fill-wrapper .vector-fill {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.vector-fill .gradient-circle-1 {
  position: absolute;
  right: 50px;
  bottom: -25px;
  z-index: 3;
}

@media (max-width: 575.99px) {
  .vector-fill .gradient-circle-1 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.99px) {
  .vector-fill .gradient-circle-1 {
    width: 70px;
    height: 70px;
    bottom: -15px;
  }
}

.vector-fill .gradient-circle-2 {
  position: absolute;
  right: 25px;
  bottom: 47px;
  z-index: 3;
}

@media (max-width: 575.99px) {
  .vector-fill .gradient-circle-2 {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575.99px) {
  .vector-fill .gradient-circle-2 {
    width: 40px;
    height: 40px;
    right: 35px;
    bottom: 20px;
  }
}

.vector-fill .bordered-circle.sh-1 {
  z-index: 3;
  width: 66px;
  height: 66px;
  bottom: 0;
}

.vector-fill .bordered-circle.sh-1::after {
  width: 44px;
  height: 44px;
}

@media (max-width: 575.99px) {
  .vector-fill .bordered-circle.sh-1 {
    width: 44px;
    height: 44px;
  }

  .vector-fill .bordered-circle.sh-1::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 479.99px) {
  .vector-fill .bordered-circle.sh-1 {
    width: 44px;
    height: 44px;
  }

  .vector-fill .bordered-circle.sh-1::after {
    width: 28px;
    height: 28px;
  }
}

.vector-fill .bordered-circle.sh-2 {
  z-index: 3;
  width: 43px;
  height: 43px;
  left: 15%;
  bottom: -65px;
}

.vector-fill .bordered-circle.sh-2::after {
  width: 28px;
  height: 28px;
}

@media (max-width: 575.99px) {
  .vector-fill .bordered-circle.sh-2 {
    width: 30px;
    height: 30px;
  }

  .vector-fill .bordered-circle.sh-2::after {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 479.99px) {
  .vector-fill .bordered-circle.sh-2 {
    bottom: -40px;
  }
}

.pg-course-details .sc-banner {
  min-height: 507px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../../assets/images/course-pg/course-details-banner.png") center/cover no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/images/course-pg/course-details-banner.png") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/images/course-pg/course-details-banner.png") center/cover no-repeat;
}

.pg-course-details .sc-banner .btn-flame, .pg-course-details .sc-banner .btn-flame-sm {
  -webkit-box-shadow: 0px 4px 4px 0px #0000000D;
  box-shadow: 0px 4px 4px 0px #0000000D;
  margin-top: 22px;
}

.pg-course-details .nav-tabs {
  border: none !important;
}

.pg-course-details .nav-tabs .nav-item {
  width: 100%;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .pg-course-details .nav-tabs .nav-item {
    width: auto;
    -moz-justify-content: "flex-start";
    -webkit-box-pack: "flex-start";
    -ms-flex-pack: "flex-start";
    justify-content: "flex-start";
  }
}

@media (min-width: 576px) {
  .pg-course-details .nav-tabs .nav-link {
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .pg-course-details .nav-tabs .nav-link {
    margin-right: 38px;
  }
}

.pg-course-details .nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #E94C27 !important;
}

.pg-course-details .nav-tabs .nav-link:hover {
  color: #204289;
}

.pg-course-details .sc-course-block1-cnt .max-w-wrapper {
  max-width: 473px;
}

.pg-course-details .sc-course-block1 .course-details-info .course-info-item {
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-columns: 36px auto;
  grid-template-columns: 36px auto;
  -webkit-box-shadow: 0px 4px 10px 0px #80767626;
  box-shadow: 0px 4px 10px 0px #80767626;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 26px;
  padding-right: 26px;
  width: 100%;
}

@media (min-width: 768px) {
  .pg-course-details .sc-course-block1 .course-details-info .course-info-item {
    width: 290px;
    margin-right: 12px;
  }
}

.pg-course-details .sc-course-block1 .course-details-info .course-info-item-icon {
  width: 32px;
  height: 32px;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 100%;
}

@media (max-width: 767.99px) {
  .pg-course-details .sc-course-block1 .course-details-info .course-info-item-icon {
    width: 24px;
    height: 24px;
  }
}

.pg-course-details .sc-course-block1 .course-details-info .course-info-item-text {
  margin-left: 12px;
}

.pg-course-details .sc-course-block2 {
  min-height: 497px;
}

.pg-course-details .sc-course-block2 .sc-block-l .max-w-wrapper {
  max-width: 280px;
}

.pg-course-details .sc-course-block3 {
  min-height: 600px;
  overflow: hidden;
}

.pg-course-details .sc-course-block3 .vector-fill {
  margin-bottom: 60px;
  position: relative;
  z-index: initial;
  width: 473px;
}

@media (min-width: 1200px) {
  .pg-course-details .sc-course-block3 .vector-fill {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.99px) {
  .pg-course-details .sc-course-block3 .vector-fill {
    width: 400px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block3 .vector-fill {
    width: 300px;
  }
}

.pg-course-details .sc-course-block3 .vector-fill .vector-fill-wrapper {
  position: relative;
  z-index: initial;
  width: 473px;
  height: 395px;
  overflow: hidden;
}

@media (max-width: 1199.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .vector-fill-wrapper {
    width: 400px;
    height: 338px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .vector-fill-wrapper {
    width: 300px;
    height: 252px;
  }
}

.pg-course-details .sc-course-block3 .vector-fill .vector-fill-wrapper .vector-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 3;
}

.pg-course-details .sc-course-block3 .vector-fill .vector-fill-wrapper .vector-fill {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.pg-course-details .sc-course-block3 .vector-fill .gradient-circle-1 {
  position: absolute;
  right: 50px;
  bottom: -25px;
  z-index: 3;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .gradient-circle-1 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .gradient-circle-1 {
    width: 70px;
    height: 70px;
    bottom: -15px;
  }
}

.pg-course-details .sc-course-block3 .vector-fill .gradient-circle-2 {
  position: absolute;
  right: 25px;
  bottom: 47px;
  z-index: 3;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .gradient-circle-2 {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .gradient-circle-2 {
    width: 40px;
    height: 40px;
    right: 35px;
    bottom: 20px;
  }
}

.pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-1 {
  z-index: 3;
  width: 66px;
  height: 66px;
  bottom: 0;
}

.pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-1::after {
  width: 44px;
  height: 44px;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-1 {
    width: 44px;
    height: 44px;
  }

  .pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-1::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-1 {
    width: 44px;
    height: 44px;
  }

  .pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-1::after {
    width: 28px;
    height: 28px;
  }
}

.pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-2 {
  z-index: 3;
  width: 43px;
  height: 43px;
  left: 15%;
  bottom: -65px;
}

.pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-2::after {
  width: 28px;
  height: 28px;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-2 {
    width: 30px;
    height: 30px;
  }

  .pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-2::after {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block3 .vector-fill .bordered-circle.sh-2 {
    bottom: -40px;
  }
}

.pg-course-details .sc-course-block4 .vector-fill {
  margin-bottom: 60px;
  position: relative;
  z-index: initial;
  width: 473px;
}

@media (min-width: 1200px) {
  .pg-course-details .sc-course-block4 .vector-fill {
    margin-bottom: 0;
  }
}

@media (max-width: 1399.99px) {
  .pg-course-details .sc-course-block4 .vector-fill {
    width: 400px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block4 .vector-fill {
    width: 300px;
  }
}

.pg-course-details .sc-course-block4 .vector-fill .vector-fill-wrapper {
  position: relative;
  z-index: initial;
  width: 473px;
  height: 395px;
  overflow: hidden;
}

@media (max-width: 1399.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .vector-fill-wrapper {
    width: 400px;
    height: 338px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .vector-fill-wrapper {
    width: 300px;
    height: 252px;
  }
}

.pg-course-details .sc-course-block4 .vector-fill .vector-fill-wrapper .vector-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 3;
}

.pg-course-details .sc-course-block4 .vector-fill .vector-fill-wrapper .vector-fill {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: initial;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.pg-course-details .sc-course-block4 .vector-fill .gradient-circle-1 {
  position: absolute;
  right: 50px;
  bottom: -25px;
  z-index: 3;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .gradient-circle-1 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .gradient-circle-1 {
    width: 70px;
    height: 70px;
    bottom: -15px;
  }
}

.pg-course-details .sc-course-block4 .vector-fill .gradient-circle-2 {
  position: absolute;
  right: 25px;
  bottom: 47px;
  z-index: 3;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .gradient-circle-2 {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .gradient-circle-2 {
    width: 40px;
    height: 40px;
    right: 35px;
    bottom: 20px;
  }
}

.pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-1 {
  z-index: 3;
  width: 66px;
  height: 66px;
  bottom: 0;
}

.pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-1::after {
  width: 44px;
  height: 44px;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-1 {
    width: 44px;
    height: 44px;
  }

  .pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-1::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-1 {
    width: 44px;
    height: 44px;
  }

  .pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-1::after {
    width: 28px;
    height: 28px;
  }
}

.pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-2 {
  z-index: 3;
  width: 43px;
  height: 43px;
  left: 15%;
  bottom: -65px;
}

.pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-2::after {
  width: 28px;
  height: 28px;
}

@media (max-width: 575.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-2 {
    width: 30px;
    height: 30px;
  }

  .pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-2::after {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 479.99px) {
  .pg-course-details .sc-course-block4 .vector-fill .bordered-circle.sh-2 {
    bottom: -40px;
  }
}

.pg-events .sc-banner {
  min-height: 507px;
  background: url("../../assets/images/events-pg/events-banner.png") center/cover no-repeat;
}

.pg-events .sc-banner .btn-flame, .pg-events .sc-banner .btn-flame-sm {
  -webkit-box-shadow: 0px 4px 4px 0px #0000000D;
  box-shadow: 0px 4px 4px 0px #0000000D;
  margin-top: 22px;
}

.pg-events .sc-events .events-top {
  padding-top: 21px;
  padding-bottom: 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.pg-events .sc-events .events-top-left .events-top-info-item {
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-columns: 22px auto;
  grid-template-columns: 22px auto;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-events .sc-events .events-top-left .events-top-info-item-icon {
  width: 18px;
  display: inline-block;
}

.pg-events .sc-events .events-top-left .events-top-info-item-text {
  padding-left: 14px;
}

.pg-events .sc-events .events-top-right .social-links .icon-circle {
  background: #E94D27;
  opacity: 0.5;
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 767.99px) {
  .pg-events .sc-events .events-top-right .social-links .icon-circle i {
    font-size: 13px;
  }
}

.pg-events .sc-events .events-top-right .social-links .icon-circle:hover {
  opacity: 1;
}

.pg-events .sc-events .events-img {
  padding-top: 26px;
  padding-bottom: 26px;
}

.pg-events .sc-events .events-body {
  position: relative;
  z-index: initial;
}

.read-more-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}


.pagination-primary a.page-link {
  color: #204289 !important;
  cursor: pointer;
}

.pagination-primary .active span.page-link {
  background-color: #204289 !important;
  border-color: #ccc !important;
}

.pg-classs-single h1, .pg-blogs-single h1,
.pg-classs-single h2, .pg-blogs-single h2,
.pg-classs-single h3, .pg-blogs-single h3,
.pg-classs-single h4, .pg-blogs-single h4 {
  margin-bottom: 15px;
  padding-top: 15px;
  ;
}

.pg-blogs-single ul, .pg-classs-single ul {
  margin-left: 20px;
}

.pg-blogs-single li, .pg-classs-single li {
  position: relative;
  padding-left: 20px;
}

.pg-blogs-single li:before, .pg-classs-single li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: #204289;

}




.pg-about-us .sc-abt-consultancy {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.pg-about-us .sc-abt-consultancy .item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.pg-about-us .sc-abt-consultancy .item .sub-item {
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.pg-about-us .sc-abt-consultancy .item .sub-item.counselling {
  width: 98%;
}

.pg-about-us .sc-abt-consultancy .item .sub-item.visa {
  width: 90%;
}

.pg-about-us .sc-abt-consultancy .item .sub-item.finance {
  width: 90%;
}

.pg-about-us .sc-abt-consultancy .item .sub-item.language {
  width: 85%;
}

.pg-about-us .sc-abt-consultancy .item .sub-item.predeparture {
  width: 100%;
}

.pg-about-us .sc-abt-consultancy .item .sub-item.support {
  width: 100%;
}

.pg-about-us .sc-reasons .item-icon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  transition: all ease-in-out 300ms;
}

.pg-about-us .sc-reasons .item-icon:hover {
  transform: scale(1.2);
}

.pg-about-us .sc-reasons .item-content {
  line-height: 20px !important;
}

.pg-about-us .sc-quote {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pg-about-us .sc-quote .col-title .title-lg {
  line-height: 40px !important;
}

@media (max-width: 767.99px) {
  .pg-about-us .sc-quote .col-title .title-lg {
    line-height: 35px !important;
  }
}

.pg-about-us .sc-quote .col-content .para-txt {
  line-height: 20px !important;
}